﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.w_850 {
	width: 850px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0
}
/*内容页样式开始*/
.content_title {
	min-height: 40px;
	text-align: center;
	padding-top: 40px;
}

.content_title .title {
	font-size: 28px;
	font-weight: bold;
	color: #1f1f1f;
}

.content_title .channel {
	font-weight: normal;
	font-size: 16px;
}

.content_title .channel span {
	color: #C8C8C8;
	font-size: 16px;
	font-weight: bold;
}

.content-title {
	min-height: 40px;
	text-align: center;
	padding-top: 40px;
}

.content-title .titles {
	font-size: 28px;
	font-weight: bold;
	color: #1f1f1f;
}

.content-title .channel {
	font-weight: normal;
	font-size: 16px;
}

.content-title .channel span {
	color: #C8C8C8;
	font-size: 16px;
	font-weight: bold;
}

.content-inf {
	height: 20px;
	text-align: center;
	margin-top: 14px;
	/*color: #9a9a9a;**/
	font-size: 14px;
	font-family: "宋体";
	border-bottom: 1px solid #ddd;

}

.content-txt {
	width: 800px;
	min-height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	color: #202020;
	font-size: 16px;
	line-height: 30px;
}

.content-txt img {
	max-width: 90%;
	_width: 90%;
}
.content-txt table {
 
border-spacing:0px; border-collapse:collapse;

}
.content-txt table td{

margin:0px;
}
.content-txt table tr{

margin:0px;
}
.content-txts {
	padding-bottom: 50px;
	width: 800px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	color: #202020;
	font-size: 16px;
	line-height: 30px;
}

.content-txts img {
	max-width: 90%;
	_width: 90%;
}
.content-txts table {
 
border-spacing:0px; border-collapse:collapse;

}
.content-txts table td{

margin:0px;
}
.content-txts table tr{

margin:0px;
}
.content-link {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

.content-link .prev-content {
	width: 45%;
	float: left;
	text-align: left;
}

.content-link .prev-content i {
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	background: url(../images/content_tubiao.png) -66px -11px no-repeat;
	margin-right: 6px;
}

.content-link .next-content {
	width: 45%;
	float: right;
	text-align: right;
}

.content-link .next-content i {
	width: 20px;
	height: 20px;
	display: inline-block;
	float: right;
	background: url(../images/content_tubiao.png) -66px -41px no-repeat;
	margin-left: 6px;
}

.content-link a {
	color: #1f1f1f;
	font-size: 14px;
	text-decoration: none;
}

.content-link  a:hover {
	text-decoration: underline;
}

.lone_page_title {
	font-size: 28px;
	font-weight: bold;
	color: #1f1f1f;
	padding:0px 50px;
}
/*新闻内容页样式结束*/
